home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TFRMSPELLCHECK / TFRMSPELLCHECK.txt
Text File  |  2002-07-04  |  3KB  |  156 lines

  1. object FrmSpellCheck: TFrmSpellCheck
  2.   Left = 260
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spelling'
  6.   ClientHeight = 199
  7.   ClientWidth = 456
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 81
  24.     Height = 13
  25.     Caption = 'Not in Dictionary:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 44
  30.     Width = 52
  31.     Height = 13
  32.     Caption = 'Change &to:'
  33.     FocusControl = EBChangeTo
  34.   end
  35.   object Label3: TLabel
  36.     Left = 16
  37.     Top = 72
  38.     Width = 61
  39.     Height = 13
  40.     Caption = 'Suggestio&ns:'
  41.     FocusControl = lstSuggest
  42.   end
  43.   object EBWrong: TEdit
  44.     Left = 104
  45.     Top = 13
  46.     Width = 337
  47.     Height = 21
  48.     TabStop = False
  49.     Color = clBtnFace
  50.     TabOrder = 0
  51.   end
  52.   object EBChangeTo: TEdit
  53.     Left = 104
  54.     Top = 40
  55.     Width = 337
  56.     Height = 21
  57.     TabOrder = 1
  58.     OnKeyPress = EBChangeToKeyPress
  59.     OnKeyUp = EBChangeToKeyUp
  60.   end
  61.   object lstSuggest: TListBox
  62.     Left = 104
  63.     Top = 72
  64.     Width = 161
  65.     Height = 89
  66.     ItemHeight = 13
  67.     TabOrder = 2
  68.     OnClick = lstSuggestClick
  69.   end
  70.   object BtnIgnore: TButton
  71.     Left = 280
  72.     Top = 72
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&Ignore'
  76.     Default = True
  77.     TabOrder = 3
  78.     OnClick = BtnIgnoreClick
  79.   end
  80.   object BtnIgnoreAll: TButton
  81.     Left = 368
  82.     Top = 72
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'I&gnore All'
  86.     TabOrder = 4
  87.     OnClick = BtnIgnoreAllClick
  88.   end
  89.   object BtnChange: TButton
  90.     Left = 280
  91.     Top = 104
  92.     Width = 75
  93.     Height = 25
  94.     Caption = '&Change'
  95.     TabOrder = 5
  96.     OnClick = BtnChangeClick
  97.   end
  98.   object BtnChangeAll: TButton
  99.     Left = 368
  100.     Top = 104
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'C&hange All'
  104.     TabOrder = 6
  105.     OnClick = BtnChangeAllClick
  106.   end
  107.   object BtnAdd: TButton
  108.     Left = 280
  109.     Top = 136
  110.     Width = 75
  111.     Height = 25
  112.     Caption = '&Add'
  113.     TabOrder = 7
  114.     OnClick = BtnAddClick
  115.   end
  116.   object BtnSuggest: TButton
  117.     Left = 368
  118.     Top = 136
  119.     Width = 75
  120.     Height = 25
  121.     Caption = '&Suggest'
  122.     TabOrder = 8
  123.     OnClick = BtnSuggestClick
  124.   end
  125.   object Button7: TButton
  126.     Left = 104
  127.     Top = 168
  128.     Width = 75
  129.     Height = 25
  130.     Caption = '&Options...'
  131.     TabOrder = 9
  132.     Visible = False
  133.     OnClick = Button7Click
  134.   end
  135.   object btnCancel: TButton
  136.     Left = 280
  137.     Top = 168
  138.     Width = 75
  139.     Height = 25
  140.     Cancel = True
  141.     Caption = 'Ca&ncel'
  142.     TabOrder = 10
  143.     OnClick = btnCancelClick
  144.   end
  145.   object Language: TLanguage
  146.     LangCenter = DM_Language.LangCenter
  147.     ResStrings.Strings = (
  148.       
  149.         '0001=You have chose a word that is not found in the main or cust' +
  150.         'om '
  151.       '0002=dictionaries. Are you sure you want to use this word?')
  152.     Left = 40
  153.     Top = 120
  154.   end
  155. end
  156.